[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns whether the list is read only. This implementation returns the value
from ICollection<T>.IsReadOnly, which is by default, false.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
C# |
---|
private bool IList.IsReadOnly{ get;} |
Visual Basic (Declaration) |
---|
Private ReadOnly Property System.Collections.IList.IsReadOnly As Boolean Implements IList.IsReadOnly |
Visual C++ |
---|
private: virtual property bool System.Collections.IList.IsReadOnly { bool get () sealed = IList::IsReadOnly::get; } |
Field Value
By default, false, indicating that the list is not read only.See Also
ListBase<(Of <T>)> Class
Wintellect.PowerCollections Namespace